home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / handles / readme.txt < prev    next >
Encoding:
Text File  |  1995-12-22  |  914 b   |  20 lines

  1. This update to the TStretchHandle component posted earlier in the year
  2. fixes a couple of problems and adds a few features.  In particular it
  3. does a better job of drawing a drag outline, using GetDC(0).
  4.  
  5. The sample project can be tested without installing the component.  To
  6. install it, however, follow the usual procedure for a Delphi component
  7. (copy HANDLES.PAS & HANDLES.DCR to a suitable directory for add-ons,
  8. and run Options|Install Components - load HANDLES.PAS).
  9.  
  10. The demo uses TStretchHandle components placed on the form at design time;
  11. I have also created them and attached code to their events "on the fly".
  12.  
  13. Feel free to email me with questions or comments.  I will update the
  14. component as I find time.  Future plans include being able to drag the
  15. component immediately as it is being attached on a MouseDown event, and
  16. better snap-to grid functionality.
  17.  
  18. Tony Scott
  19. CIS: 75567,3547
  20.